home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / loa_and_the_island.swf / scripts / frame_514 / PlaceObject2_1001_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2008-03-17  |  144b  |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(_global.music.getVolume() < 100)
  3.    {
  4.       _global.music.setVolume(_global.music.getVolume() + 1);
  5.    }
  6. }
  7.